crypto/tls.Conn.handleKeyUpdate (method)

2 uses

	crypto/tls (current package)
		conn.go#L1229: 		return c.handleKeyUpdate(msg)
		conn.go#L1236: func (c *Conn) handleKeyUpdate(keyUpdate *keyUpdateMsg) error {